home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / doorware / ny_005a.zip / SAMPLE.CFG < prev    next >
Text File  |  1996-01-26  |  19KB  |  423 lines

  1. ; NY2008 configuration file
  2. ;
  3. ; Save this file as NY2008.CFG if you want to use it!
  4. ;
  5. ; If You have multiple configuration files start them with the -C command
  6. ; line option. 'NY2008.CFG' is the deafault and will be read if the -C
  7. ; option is not specified.
  8. ;
  9. ; Any text following a semi-colon (;), and blank lines, are ignored.
  10. ;
  11. ;------------------------------------------------------------------------------
  12. ;
  13. ;  BBS system directory. Indicates where the door information file (drop file)
  14. ;  can be found. Remove the semi-colon (;) to activate this option.
  15. ;  You can activate this to  the door look for the drop files here or you
  16. ;  can pass this directory through the command line. I recomend not using
  17. ;  this option and using the command line instead, that way you don't have to
  18. ;  have several .cfg files. (command line -Pc:\path)
  19. ;
  20. ;BBSDir    C:\BBS
  21. ;
  22. ;------------------------------------------------------------------------------
  23. ;
  24. ;  The door's working directory. This is where the door's system files are
  25. ;  located. Remove the semi-colon (;) to activate this option.
  26. ;  You can run multiple games when you create a different cfg file and set
  27. ;  each path different, then all the datafiles will be read from that 
  28. ;  directory. Or if you want to have the data directory different.
  29. ;  All the door files have to be located in this directory, basically this
  30. ;  means copy all the files into this directory except the .doc files, the
  31. ;  .exe file and the ny_jpsrc.zip file. Also the registration key file, 
  32. ;  "KEY.REG" has to be located in this directory. Run the register.exe 
  33. ;  program in this directory!
  34. ;
  35. ;DoorDir    C:\BBS\NY2008
  36. ;
  37. ;------------------------------------------------------------------------------
  38. ;
  39. ;  The flag file directory. This is where the temporary files are stored. I 
  40. ;  would recomend it to be a RAM disk if you have one as this will make the
  41. ;  game run faster. If it is nopt enabled the game direcory will be used.
  42. ;  Remove the semi-colon (;) to activate this option.
  43. ;
  44. ;FlagDirectory  E:\NY2008
  45. ;
  46. ;------------------------------------------------------------------------------
  47. ;
  48. ;  Check other flags, for multiline messages while waiting for a key every so
  49. ;  minutes. This olny aplies to when the game sits and waits for user input.
  50. ;  It defaults to 2. (it can be anywhere from 1 to 60 seconds) The higher it
  51. ;  is the faster the game would be, but the less REAL TIME and if it's higher
  52. ;  than 10 online stuff (fights, messages) starts to be slow for people!
  53. ;
  54. CheckFlagsEvery 2
  55. ;
  56. ;------------------------------------------------------------------------------
  57. ;
  58. ;  If DO NOT have a multitasking enviroment (Desqview, OS/2 ... ) uncomment 
  59. ;  this option!
  60. ;
  61. ;NoMultitasker
  62. ;
  63. ;  You can fine tune the polling by changing the value here. 1500 is 
  64. ;  recomended. Only used if multitasker support is enabled above!
  65. ;
  66. PollingValue 1500
  67. ;
  68. ;------------------------------------------------------------------------------
  69. ;
  70. ;  Local mode override. Forces door to always operate in local test mode.
  71. ;  Remove the semi-colon (;) to activate this option. When this mode is
  72. ;  activated, no door information file is required and default settings are
  73. ;  used for the user's name, location, etc.
  74. ;  This is also done by the -L command line option. (recomended)
  75. ;
  76. ;LocalMode
  77. ;
  78. ;------------------------------------------------------------------------------
  79. ;
  80. ;  If you run a single node only bbs, you can de-activate file flagging,
  81. ;  temporary file storing, and file locking by activating this option.
  82. ;  This will give you a slight speed increase as it does not need to check
  83. ;  for other nodes, online messages, online fight challanges or maintanance on
  84. ;  another node. If there is any reason two people should be on-line or there
  85. ;  is any other program, at the same time, that's working with the game files,
  86. ;  I do not recomend this. If you do not have a Multitasking Enviroment or
  87. ;  another computer using the drives (Novell Net,...), then it is safe to
  88. ;  turn this option on. Remove the semi-colon (;) to activate this option.
  89. ;
  90. ;SingleNodeOnly
  91. ;
  92. ;------------------------------------------------------------------------------
  93. ;
  94. ;  Door personality setting. This setting selects one of a number of sysop
  95. ;  interface personalities. Each personality setting emulates the status line
  96. ;  format and sysop function keys of a particular BBS package. You can turn on 
  97. ;  any personality from the NY2008 personality. To switch to "NY2008" 
  98. ;  personality online press Alt-[F1]. Valid personality settings are:
  99. ;
  100. ;                     NY2008              (Player stats)
  101. ;                     Standard            (OpenDoors style, similar to RA 1.11)
  102. ;                     PCBoard
  103. ;                     RemoteAccess
  104. ;                     Wildcat
  105. ;
  106. Personality    NY2008
  107. ;
  108. ;------------------------------------------------------------------------------
  109. ;
  110. ;  Game options, here you can specify how many fights is given to every player
  111. ;  per day, and in how many days to delete inactive players. Only those days
  112. ;  when somebody plays count. (registered version only)
  113. ;
  114. FightsPerDay   20
  115. DeleteAfter    15
  116. ;
  117. ;  The daily percantage interest players get from the money in bank.
  118. ;  (registered version only, 0 if unregistered)
  119. ;
  120. BankInterest   5
  121. ;
  122. ;------------------------------------------------------------------------------
  123. ;
  124. ;  You can edit the probability of being busted here. First edit the
  125. ;  percentage of the chance of being busted then if the the player is not
  126. ;  busted, the SuccessChance percentage what is the chance of being
  127. ;  successfull. (e.g. BustedChance is 33, so the player is caught 1/3 of the
  128. ;  time he tries to do this. SuccessChance is 50 means if he is not busted
  129. ;  he is successfull half the time ... this is simple ... 1/3 of the
  130. ;  time he is busted, 1/3 of the time he is successfull and 1/3 of the time
  131. ;  he is not busted but not successfull. (registered version only)
  132. ;  Remove the semi-colon (;) to activate these options.
  133. ;
  134. ;  Bank robbing:
  135. ;BustedChanceBank      33
  136. ;SuccessChanceBank     50
  137. ;
  138. ;  Food stealing:
  139. ;BustedChanceFood      33
  140. ;SuccessChanceFood     50
  141. ;
  142. ;  Raping:
  143. ;BustedChanceRape      33
  144. ;SuccessChanceRape     50
  145. ;
  146. ;  Stealing from beggars:
  147. ;BustedChanceBeggar    20
  148. ;SuccessChanceBeggar   50
  149. ;
  150. ;  Smashing up a car (evil stuff and fight event):
  151. ;BustedChanceCar       33
  152. ;SuccessChanceCar      65
  153. ;
  154. ;  Burning down a school:
  155. ;BustedChanceSchool    33
  156. ;SuccessChanceSchool   50
  157. ;
  158. ;  Breaking a window:
  159. ;BustedChanceWindow    20
  160. ;SuccessChanceWindow   95
  161. ;
  162. ;  Poisoning water:
  163. ;BustedChancePoison    25
  164. ;SuccessChancePoison   33
  165. ;
  166. ;  World Trade Center bombing:
  167. ;BustedChanceBomb      25
  168. ;SuccessChanceBomb     33
  169. ;
  170. ;------------------------------------------------------------------------------
  171. ;
  172. ;  You can give credits for registering the door, by typing the name in here.
  173. ;  Remove the semi-colon (;) to activate this option.
  174. ;
  175. ;RegCreditTo    Nobody
  176. ;
  177. ;------------------------------------------------------------------------------
  178. ;
  179. ;  ScoreFiles are created everytime on door exit. Set the path and filename  
  180. ;  in here.
  181. ;
  182. AnsiScores     nyscores.ans
  183. AsciiScores    nyscores.asc
  184. ;
  185. ;  Remove the semicolon (;) to prevent NY2008 from creating scorefiles at all.
  186. ;
  187. ;NoScoreFiles
  188. ;
  189. ;------------------------------------------------------------------------------
  190. ;
  191. ;  This is obscelete, from now on just create a 3rdmnt.bat and that will be
  192. ;  executed each time after the maintanance is run. Try to make this fast since
  193. ;  the maintanance is usually run when the first user logs on that day ...
  194. ;  If you want to send remote output, there is a "3rdmnt.inf" file created,
  195. ;  it has the same format as the IGM dropfile, so look at that in the
  196. ;  3rdparty.doc file. this only works if you use the 3rdmnt.bat file it will
  197. ;  not work with this option!
  198. ;
  199. ;  I RECOMMEND NOT TO USE THIS OPTION AND USE THE 3RDMNT.BAT DESCRIBED ABOVE!!
  200. ;
  201. ;  After maintanance program, this variable is for third party software that
  202. ;  needs to be run after the maintanance, give the full path and name of the
  203. ;  program and it will be executed after the maintanance is run each day.
  204. ;  Note, on multinode systems the other nodes will be still stopped even 
  205. ;  while this program runs as it is the exxtention to the maintanance.
  206. ;  Remove the semi-colon (;) to activate this option.
  207. ;  
  208. ;MaintExec     c:\bbs\third.exe
  209. ;
  210. ;------------------------------------------------------------------------------
  211. ;
  212. ;  Memory swapping options. These options are generally not needed, but can be
  213. ;  used to customize NY2008's swapping behaviour. "SwappingDir" can be used
  214. ;  to specify which directory or directories should be used for swapping.
  215. ;  Multiple directory paths can be seperated using a semi-colon.
  216. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  217. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  218. ;  altogether. Swapping is usedon the third party maintanance above or on the
  219. ;  IGM's. Remove the semi-colon (;) to activate any of these options.
  220. ;
  221. ;SwappingDir    C:\
  222. ;SwappingNoEMS
  223. ;SwappingDisable
  224. ;
  225. ;------------------------------------------------------------------------------
  226. ;
  227. ;  BBS node number that door is running on. Only used if NY2008 is unable
  228. ;  to determine the node number by some other means.
  229. ;  (the -N command line option or the dropfile) I recomend passing the -N
  230. ;  option and the -P option to NY2008 for a multinode system, instead of 
  231. ;  creating more config files.
  232. ;
  233. ;Node    1
  234. ;
  235. ;------------------------------------------------------------------------------
  236. ;
  237. ;  Maximum length of time a user is permitted to access NY2008. If the user's
  238. ;  total remaining time on the BBS is less than this value, the user will only
  239. ;  be permitted to access the door for this shorter length of time. 
  240. ;  When this option is disabled, the user will be permitted to use the full
  241. ;  of their remaining time on the BBS within the door. Remove the semi-colon 
  242. ;  (;) to activate this option.
  243. ;
  244. ;MaximumDoorTime    15
  245. ;
  246. ;------------------------------------------------------------------------------
  247. ;
  248. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  249. ;  without the user pressing any key, before the user will be automatically
  250. ;  disconnected. A value of 0 disables inactivity timeouts.
  251. ;
  252. InactivityTimeout    300
  253. ;
  254. ;------------------------------------------------------------------------------
  255. ;
  256. ;  Name of the sysop. Put the sysop's name or handle in here.
  257. ;  It does not matter what name you registered the game in, only the BBS name
  258. ;  has to match ... this name is used as a default name in local logins, if you
  259. ;  press enter when NY2008 asks for name when using the -L option. If the
  260. ;  LocalMode option is specified in this .CFG file, the game will not ask for
  261. ;  name and will just use this one.
  262. ;
  263. SysopName    Franz
  264. ;
  265. ;------------------------------------------------------------------------------
  266. ;
  267. ;  Name of the BBS. You have to supply this information correctly. It has to
  268. ;  match the name you sent in with your registration, in order to enable all
  269. ;  the registered features!
  270. ;
  271. SystemName    Franz's BBS
  272. ;
  273. ;------------------------------------------------------------------------------
  274. ;
  275. ;  Serial port options. Setting these is known to cause trouble, so you are
  276. ;  better off if the the bbs software you have can pass these in the drop
  277. ;  file! These options are generally not needed, as these settings can usually
  278. ;  be determined from the BBS door information file. "LockedBPS" specifies the
  279. ;  the BPS rate at which the door should communicate with the modem.
  280. ;  "SerialPort" specifies the port port number that the modem is connected to.
  281. ;  Unless you have reassigned the port numbers through your FOSSIL drive,
  282. ;  port 0 corresponds to COM1, port 1 corresponds to COM2, and so on. Remove
  283. ;  the semi-colon (;) to activate either of these options.
  284. ;
  285. ;  The LockedBPS setting is not read in by default, if you are using fossil 
  286. ;  drivers. If you have any problems with people getting grabage, or the game
  287. ;  is too slow, include the "-RDBPS" command line option and put the Locked 
  288. ;  BPS rate here and remove the semi-colon (;)
  289. ;
  290. ;LockedBPS    38400
  291. ;SerialPort    0
  292. ;
  293. ;
  294. ;  Normally, a FOSSIL driver is used for serial I/O if one is available. If
  295. ;  a FOSSIL driver has not been loaded, the door communicates directly with
  296. ;  the modem. Removing the semi-colon (;) from the "NoFossil" option causes
  297. ;  the door to always communicate directly with the modem, bypassing any
  298. ;  FOSSIL driver.
  299. ;
  300. ;NoFossil
  301. ;
  302. ;------------------------------------------------------------------------------
  303. ;
  304. ;  The following options only apply if a FOSSIL driver is NOT being used for
  305. ;  serial communications. If a FOSSIL driver IS being used, these options
  306. ;  are normally set on the FOSSIL driver command line.
  307. ;
  308. ;  Hexidecimal address of the serial port. This address can usually be
  309. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  310. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  311. ;  (;) to activate this option.
  312. ;
  313. ;PortAddress 2F8
  314. ;
  315. ;
  316. ;  Interrupt request line that the serial port is using. May be any IRQ line
  317. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  318. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  319. ;  to activate this option.
  320. ;
  321. ;PortIRQ 4
  322. ;
  323. ;
  324. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  325. ;  the serial I/O receive buffer. You may want to increase this buffer size
  326. ;  if you find that characters being sent from the user's modem are being lost.
  327. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  328. ;  buffer. You may want to increase this buffer size for improved performance
  329. ;  in some multitasking environments.
  330. ;
  331. ReceiveBuffer 256
  332. TransmitBuffer 1024
  333. ;
  334. ;
  335. ;  UART FIFO buffers. Normally, NY2008 will use 16550A UART FIFO buffers
  336. ;  if they are available. You can prevent NY2008 from using the FIFO
  337. ;  buffers, even if they are available, by removing the semi-colon before
  338. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  339. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  340. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  341. ;  bytes.
  342. ;
  343. ;NoFIFO
  344. FIFOTriggerSize 4
  345. ;
  346. ;------------------------------------------------------------------------------
  347. ;
  348. ;  Custom door information file support. NY2008 automatically recognizes
  349. ;  most door information file (drop file) formats, including DORINFO?.DEF,
  350. ;  EXITINFO.BBS, DOOR.SYS, SFDOORS.DAT, CALLINFO.BBS and CHAIN.TXT. However,
  351. ;  to permit NY2008 to operate on BBS systems that produce a different format
  352. ;  file, you may define a custom door information file format. A custom door
  353. ;  information file format is defined using the "CustomFileName" command,
  354. ;  followed by one or more lines beginning with the "CustomFileLine" command.
  355. ;
  356. ;  The "CustomFileName" option specifies the filename used to distinguish this
  357. ;  file format from other file formats. This filename should not include a
  358. ;  path. To specify the path where the door information file is located, use
  359. ;  the BBSDir setting, near the beginning of this file. If the filename of the
  360. ;  custom format is the same as that of one of the built-in formats, the custom
  361. ;  format will override the built-in format.
  362. ;
  363. ;  The actual format of the custom file is specified using a number of lines
  364. ;  that begin with the keyword "CustomFileLine". Each of these lines will
  365. ;  correspond to a single line in the door information file, with the option
  366. ;  following the "CustomFileLine" keyword specifying the information that can
  367. ;  be found on that line. This can be one of the following keywords:
  368. ;
  369. ;                    Ignore - Causes the next line in the door information
  370. ;                             file to be ignored. Use on lines for which none
  371. ;                             of the options below apply.
  372. ;                   ComPort - COM? port the modem is connected to
  373. ;                             (0 indicates local mode)
  374. ;                FossilPort - Fossil port number the modem is connected to
  375. ;                  ModemBPS - BPS rate at which to communicate with modem
  376. ;                             (0 or non-numerical value indicates local mode)
  377. ;                 LocalMode - 1, T or Y if door is operating in local mode
  378. ;                  UserName - Full name of the user
  379. ;             UserFirstName - First name(s) of the user
  380. ;              UserLastName - Last name of the user
  381. ;                     Alias - The user's psuedonym / handle
  382. ;                 HoursLeft - Hours user has left online
  383. ;               MinutesLeft - Minutes user has left online, or time left online
  384. ;                             in format hh:mm
  385. ;               SecondsLeft - Seconds user has left online, or time left online
  386. ;                             in format hh:mm:ss or format mm:ss
  387. ;                             (If more than one of the above time options are
  388. ;                             used, the user time left is taken to be the total
  389. ;                             of all of these values.)
  390. ;                      ANSI - 1, T, Y or G for ANSI graphics mode
  391. ;                    AVATAR - 1, T or Y for AVATAR graphics mode
  392. ;                       RIP - 1, T or Y for RIP graphics mode
  393. ;               PagePausing - 1, T or Y if user wishes a pause at end of screen
  394. ;              ScreenLength - Number of lines on user's screen
  395. ;            ScreenClearing - 1, T or Y if screen clearing mode is on
  396. ;                  Security - The user's security level / access level
  397. ;                      City - City the user is calling from
  398. ;                      Node - Node number user is connected to
  399. ;                 SysopName - Full name of the sysop
  400. ;            SysopFirstName - The sysop's first name(s)
  401. ;             SysopLastName - The sysop's last name
  402. ;                SystemName - Name of the BBS
  403. ;
  404. ;
  405. ; Same format as DORINFO?.DEF
  406. ; Remove semicolons to use example!
  407. ;
  408. ;CustomFileName    EXAMPLE.DEF                     
  409. ;CustomFileLine    SystemName
  410. ;CustomFileLine    SysopFirstName
  411. ;CustomFileLine    SysopLastName
  412. ;CustomFileLine    ComPort
  413. ;CustomFileLine    ModemBPS
  414. ;CustomFileLine    Ignore
  415. ;CustomFileLine    UserFirstName
  416. ;CustomFileLine    UserLastName
  417. ;CustomFileLine    City
  418. ;CustomFileLine    ANSI
  419. ;CustomFileLine    Security
  420. ;CustomFileLine    MinutesLeft
  421. ;
  422. ;------------------------------------------------------------------------------
  423.